golang.org/x/tools/internal/pkgbits.PkgDecoder.elemEndsEnds (field)

9 uses

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L55: 	elemEndsEnds [numRelocs]uint32
		decoder.go#L96: 	assert(binary.Read(r, binary.LittleEndian, pr.elemEndsEnds[:]) == nil)
		decoder.go#L98: 	pr.elemEnds = make([]uint32, pr.elemEndsEnds[len(pr.elemEndsEnds)-1])
		decoder.go#L112: 	count := int(pr.elemEndsEnds[k])
		decoder.go#L114: 		count -= int(pr.elemEndsEnds[k-1])
		decoder.go#L136: 		absIdx += int(pr.elemEndsEnds[k-1])
		decoder.go#L138: 	if absIdx >= int(pr.elemEndsEnds[k]) {
		decoder.go#L139: 		errorf("%v:%v is out of bounds; %v", k, idx, pr.elemEndsEnds)